removeTransition

abstract fun removeTransition(block: DesignBlock)

Removes the outgoing transition of a clip.

The removed transition block is detached but not destroyed automatically. Removing from a clip without an assigned transition is a no-op.

Parameters

block

the outgoing clip whose transition relation should be cleared.